From 5e0da2ac71845529034ce4034a5b5b2e351316cb Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Mon, 25 Jan 2016 13:18:11 +0000 Subject: [PATCH] kdd: build using Werror We build most of tools using Werror and there seems to be no deliberate reason for this to be an exception. Signed-off-by: Ian Campbell Acked-by: Olaf Hering Acked-by: Tim Deegan --- tools/debugger/kdd/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/debugger/kdd/Makefile b/tools/debugger/kdd/Makefile index 72ad1b9601..f3a597ddbc 100644 --- a/tools/debugger/kdd/Makefile +++ b/tools/debugger/kdd/Makefile @@ -1,6 +1,7 @@ XEN_ROOT = $(CURDIR)/../../.. include $(XEN_ROOT)/tools/Rules.mk +CFLAGS += -Werror CFLAGS += $(CFLAGS_libxenctrl) CFLAGS += -DXC_WANT_COMPAT_MAP_FOREIGN_API LDLIBS += $(LDLIBS_libxenctrl) -- 2.30.2